home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 2 / Mac Magazin and MacEasy Magazine CD - Issue 02.iso / Sharewarebibliothek / Applikationen / Alpha.5.81 folder / Changes < prev    next >
Text File  |  1994-06-16  |  31KB  |  670 lines

  1. ================================================================================
  2. = 5.81 6-15-94
  3. ================================================================================
  4. • no colors backslashed comments
  5. • statusWin on the bottom (and slightly smaller)
  6. • fixed bug with named marks
  7. • stationary bug fixed
  8. • Disassemble and preprocess now work with Think.
  9. • 'getline' port problem fixed
  10.  
  11. ================================================================================
  12. = 5.80 6-15-94
  13. ================================================================================
  14. • auto-coloring
  15. • Electric alias removed. It's large. However, if you use, please send me 
  16.   mail. 
  17.   
  18. ================================================================================
  19. = 5.79 6-12-94
  20. ================================================================================
  21. • Think interaction much more solid. 'Debug' menu command now works!
  22. • 'blinkingCursor' flag added
  23. • 'statusPrompt' routine added
  24. • 'colorize' is back, and there is a new routine in the think menu that 
  25.   uses it (defined in ":Tcl:UserCode:colorize.tcl").
  26. • The 'search' command now accepts arbitraily sized search patterns.
  27. • Tab in csh mode now does more, and it's func (tclFileCompletion) is
  28.   now a Tcl proc defined in shell.tcl.
  29. • 'cpdir' Tcl script created, copies directories recursively.
  30. • 'rmdir' and 'mkdir' now work with names that have spaces.
  31. • 'replaceAll' now works with regular expression substitutions.
  32. • 'listPick' can now allow multiple selections.
  33. • Floating statuswin added. Frees up screen real estate and gives room 
  34.   for feedback on complicated expressions. New routine 'statusPrompt' 
  35.   prompts w/o going through new windows (faster).
  36.  
  37. ================================================================================
  38. = 5.77 5-2-94
  39. ================================================================================
  40. • Read-only volumes recognized.
  41. • Method titlebar menus gone, new consistent way of marking files instead.
  42. • control-w while in an isearch causes the next word's worth of 
  43.   characters to be added to the search (as in emacs).
  44. • Typing in 'listpick' dialogs is now case-insensitive, and typing a 'c' 
  45.   no longer dumps you out.
  46. • Added '-ignore' option to lsort. 'createTagFile' now sorts tags 
  47.   irregardless of case.
  48. • 'colorize' temporarily disabled.
  49. • Added 'Edit File' to the fileSets submenu. Allows editing of files from 
  50.   filesets without resorting to the mouse. FileSet hierarchical menu 
  51.   moved to menubar.
  52. • Assorted bugs fixed.
  53.   
  54. ================================================================================
  55. = 5.76 3-14-94
  56. ================================================================================
  57. • Recovery from inability to same resource info improved.
  58. • New color icons from Stefan Berner
  59. • 'file mtime' now works
  60. • dirty icon in window menu works again
  61. • latex.tcl now correctly call 'shiftRight' instead of 'shiftRightRegion'.
  62.  
  63. ================================================================================
  64. = 5.75 3-11-94
  65. ================================================================================
  66. • File dates changing and resource forks left open fixed.
  67. • 'rglob' fixed.
  68. • 'editFlag' now updates menu flags when they've been changed from the 
  69.   menu.
  70. • The latex menu now goes away when the mode changes.
  71.  
  72. ================================================================================
  73. = 5.74 3-11-94
  74. ================================================================================
  75. • 'spellcheckWindow' works again.
  76.  
  77. ================================================================================
  78. = 5.73 3-11-94
  79. ================================================================================
  80. • Hopefully, the problem w/ bogus file dates is fixed.
  81. • 'ls -l' now shows separate data and resource totals
  82. • option-keystrokes now terminate incremental searches if bound
  83. • The menu of fileset files has been moved into "Utils", and the think 
  84.   reference menu has been moved into the Think menu.
  85. • Menu containing filesets to choose has changed names from 'fileSets' to 
  86.   'choose'. You need to change all instances of 'addMenuItem -m fileSets' 
  87.   to 'addMenuItem -m choose' in your userstartup.tcl file.
  88. • 'gotoLine' via the titlebar now leaves the numbers in a correct state. 
  89.   
  90. ================================================================================
  91. = 5.72m 2-11-94
  92. ================================================================================
  93. • trying to mark fp.c kills all
  94. • "Show invisibles" flag added.
  95. • Rectangular selection works better.
  96. • File Set menu works better.
  97. • changed how insert/remove prefix works a bit. Complain if you don't 
  98.   like it. 
  99. • scrolling from underneath float doesn't work
  100. • start fresh, new window, c mode from popup. menu doesn't appear.
  101. ================================================================================
  102. = 5.72l 2-11-94
  103. ================================================================================
  104. • LaTeX bindings fixed.
  105.  
  106. ================================================================================
  107. = 5.72k 2-11-94
  108. ================================================================================
  109. • problem w/ creatFileSet fixed.
  110.  
  111. ================================================================================
  112. = 5.72j 1-24-94
  113. ================================================================================
  114. • floating point support fixed.
  115.  
  116. ================================================================================
  117. = 5.72i 1-14-94
  118. ================================================================================
  119. • backup problem fixed
  120. • '--' option added to 'search'
  121. • rectangular cut works again
  122. • nastiness when prompting from the shell fixed
  123.  
  124. ================================================================================
  125. = 5.72h 1-13-94
  126. ================================================================================
  127. • random fixes
  128.  
  129. ================================================================================
  130. = 5.72f 1-4-94
  131. ================================================================================
  132. • Drag and drop editing added.
  133. • Intelligent cut and paste.
  134. • pastePop fixed.
  135. • files created through Tcl routines now have 'ALFA' as creator.
  136. • Tcl variables 'backDir' and 'backExtension' now do what you might think.
  137. • 'ctime' is gone again. It adds nothing to what 'mtime' already does.
  138. • 'glob' bug fixed.
  139.  
  140. ================================================================================
  141. = 5.72e 1-4-94
  142. ================================================================================
  143. • fixed a few color problems
  144. • *all* menus are now user-defined
  145. • menus reorganized a bit
  146. • iteractionCount (C-u) now defaults to 4, as with emacs.
  147.  
  148. ================================================================================
  149. = 5.72b 1-2-94
  150. ================================================================================
  151. • Added rudimentary color abilities. 'colorize' and 'removeColors'.
  152.  
  153. ================================================================================
  154. = 5.71 1-1-94
  155. ================================================================================
  156. • incremental and non-incremental searches now recordable in keyboard 
  157.   macros. 
  158. • ctime, mtime, now, ticks, cvttime, putFile, and getFile are back. Glob 
  159.   is now back to an approximation of it's previous state.
  160. • Switched the control-q bindings of 'shrinkHigh' and 'tiled'.
  161. • Added 'makeMenuPermanent' proc.
  162. • Sped up tcl proc tracing.
  163.  
  164. ================================================================================
  165. = 5.70 12-14-93
  166. ================================================================================
  167.  
  168. The major change in Alpha 5.7 is that I am now using Ray Johnson's port 
  169. of Tcl 7.0, instead of Tim Endre's port of 6.2.  See Changes.TCL.7.0 for 
  170. details of the differences.
  171.  
  172. The following routines are (at least temporarily) gone in 5.7. Let me 
  173. know if you can't live without them:
  174.     ctime
  175.     mtime
  176.     now
  177.     getenv
  178.     putenv
  179.     putfile
  180.     getfile
  181.     ticks
  182.     cvttime
  183.     getfinfo
  184.     putfinfo
  185.     
  186. The following routines have changed in 5.7:
  187.     glob
  188.     
  189. • Now using Tcl 7.0.
  190. • Batch searches from within Find dialog.
  191. • Much better performance in 'grep' Tcl proc, because of 'scancontext's 
  192.   from Tcl 7.0.
  193. • 'shiftLeftRegion' and 'shiftRightRegion' now move a single line if 
  194.   there is no selection.
  195.  
  196. Current problems:
  197. • To those having problems w/ LaserWriter 8.0, please upgrade to 8.1.1.
  198. • Color is still gone, it'll come back eventually.
  199. • There is still a problem w/ auto-scrolling of long lines, especially w/ 
  200.   the Tcl shell.
  201. • Inserting text in a non-active window still doesn't change the scrollbar.
  202. • Incompatibility with Directory Assistance.
  203. • Tcl floating point never has worked, because I don't care. If and when I 
  204.   upgrade to Tcl 7.0, this will be fixed.
  205.  
  206. ================================================================================
  207. = 5.65 12-11-93
  208. ================================================================================
  209. • 040 instruction cache flush now finally works as advertised. For any of 
  210.   you writing apps, Apple says calling BlockMove w/ >= 12 bytes flushes 
  211.   the caches. Don't believe them.
  212.  
  213. ================================================================================
  214. = 5.65 12-8-93
  215. ================================================================================
  216. • Assorted cleanup.
  217.  
  218. ================================================================================
  219. = 5.64 12-1-93
  220. ================================================================================
  221. • 040 instruction cache now flushed.
  222. • 'wishCol' works a bit better.
  223. • horizontal scrollbar not created if 'horScrollBar' not set.
  224. • 'toggleScrollBar' function toggles the horizontal scrollbar of the 
  225.   frontmost window.
  226.   
  227. ================================================================================
  228. = 5.63 11-23-93
  229. ================================================================================
  230. • Fixed saveashook problem when suffix causes mode change.
  231.  
  232. ================================================================================
  233. = 5.62 11-22-93
  234. ================================================================================
  235. • Fixed crash when coming out of screensaver, using window-wizard, etc. 
  236.  
  237. ================================================================================
  238. = 5.61 11-22-93
  239. ================================================================================
  240. • Fixed problem w/ 'cd'.
  241. • Update problems when scrolling immediately after dialog fixed.
  242. • 'saveAll' fixed.
  243. • Titlebar menu name no longer gets confused.
  244. • Miscellanious things.
  245.  
  246. ================================================================================
  247. = 5.60 11-14-93
  248. ================================================================================
  249. • Fixed misc.tcl.
  250.  
  251. ================================================================================
  252. = 5.59 11-13-93
  253. ================================================================================
  254. • Selecting first entry in tag dialog now possible.
  255. • System font change fixed.
  256. • Backup scheme changed.  There is now a call to a new hook, 'saveHook',
  257.   which is made before any saving is done. The default implementation of 
  258.   'saveHook' creates a backup file in the same directory with "~" as an 
  259.   extension.
  260. • Line duplication in shell gone (actually, it's just hidden).
  261.  
  262.  
  263. ================================================================================
  264. = 5.58 11-12-93
  265. ================================================================================
  266.  
  267. • Word break in latex mode changed to exclude underscore.
  268. • Ghost on right border after cuts is gone.
  269. • Can isearch for bound keys like '{'. Option characters, however, are 
  270.   another story.
  271. • 'commentBox' and 'uncommentBox' are back, courtesy of Igor Mikolic-Torreira.
  272. • Added 'mousePos' proc, which routines row and column of mouse if over the 
  273.   currently active window. 
  274. • 'auto_mkindex' no longer bothered by spaces in pathnames.  
  275. • Alpha will now automatically spin the cursor and yield the cpu during 
  276.   long tcl computations.
  277. • Setting the 'blockCursor' flag changes the vertical bar cursor to a 
  278.   block.
  279. • CopyRing paste problem fixed.
  280. • Sending and receiving file-specs for the dosc event should now be fixed.
  281.  
  282.  
  283. ================================================================================
  284. = 5.57 11-9-93
  285. ================================================================================
  286. • Fixed crash when Think debugger asks for window Alpha has open.
  287. • Switching to latex more transparent.
  288.  
  289. ================================================================================
  290. = 5.56 10-16-93
  291. ================================================================================
  292. • Fewer w/ non-alphanumeric characters in pathnames.
  293. • First popup menu in each dialog can be controlled via up and down 
  294.   cursor keys. 
  295. • 'replaceText' now leaves the mark at the beginning of the newly 
  296.   inserted text and the pos at the end, instead of the pos at the 
  297.   beginning and the mark unaffected.
  298. • ':Tcl:SystemCode:copyRing.tcl' implements a copy/cut ring similar to 
  299.   emacs's kill ring.
  300. • Titlebar menus should be a bit faster and work in all cases now.
  301. • A few Tcl initialization problems cleared up.
  302.  
  303. ================================================================================
  304. = 5.55 9-26-93
  305. ================================================================================
  306. • Fixed bug in 'run' Think command.
  307. • 'cd' no longer needs quotes to work w/ spaces.
  308.  
  309. ================================================================================
  310. = 5.54 9-23.93
  311. ================================================================================
  312. • Fixed tiny bug in automatically saved filesets.
  313. • Minor reorganization of LaTeX-related files.
  314.  
  315. ================================================================================
  316. = 5.53 9-21-93
  317. ================================================================================
  318. • Removed 'OpenHeader' from file menu, it's now in Think menu.
  319. • 'userStartup.tcl' is now loaded from Alpha's directory rather than a 
  320.   subdirectory, and any changes made automatically to Tcl files are made 
  321.   to this file rather than some other.
  322.   
  323. ================================================================================
  324. = 5.52 9-19-93
  325. ================================================================================
  326. • Bug in directory scan fixed.
  327. • Update problem w/ 'bringToFront', spurious "File changed..." msgs fixed.
  328.  
  329.  
  330. ================================================================================
  331. = 5.51 9-15-93
  332. ================================================================================
  333. • Added neat 'sicn' menus for Think, Excalibur, etc.
  334. • Added spellchecking support via Excalibur.
  335. • Added 'processes' command.
  336.  
  337. ================================================================================
  338. = 5.5 9-12-93
  339. ================================================================================
  340. • Added "Directory Scan" to Find dialog.
  341. • 'powerThumb' now works again (it had been taken out by mistake).
  342. • 'findInNextFile' think command added.
  343. • Added 'nextSentence' and 'prevSentence' tcl commands (fill.tcl).
  344. • 'cp', 'mv', and 'rm' work again.
  345. • Random other things.
  346.  
  347.  
  348. ================================================================================
  349. = 5.5b2 8-26-93
  350. ================================================================================
  351.  
  352. • Fixed some problems related to 'ignoreCase' and regular expressions.
  353. • Symantec C++ will now quit while Alpha is still running.
  354. • Windows opened in the background now behave properly.
  355. • Quoting problem w/ prefix/suffix strings fixed
  356. • Iteration counts now work w/ both 'startEscape' and 'prefixChar'.
  357. • "File:Open Selection" is now "File:Open Header", and it will now 
  358.   probably work right out of the box (it's a tcl routine) for those who 
  359.   use Symantec C++.
  360. • "SaveAs..." now activates the correct mode hook.
  361. • :Tcl:UserCode:userStartup.tcl now loaded at startup, if it exists.
  362. • Other miscellanious stuff works better.
  363.  
  364.  
  365. =============================================================================
  366. = 5.5d1 2-13-93
  367. =============================================================================
  368. • Look in the help file for a brief intro to Alpha's integration w/ 
  369.   Think's Project Manager.
  370. • Added Think Reference support in "Tcl:SystemCode:think.tcl".
  371. • Added 'getScrap' and 'putScrap' routines.
  372. • 'dosc' now allows the event class and type to be sent via command-line 
  373.   options. 
  374. • The home of the ToolServer is now specified in AlphaBits.tcl through 
  375.   the variable 'toolServer'.
  376. • 'mv' changed to 'moveFile', 'rm' changed to 'removeFile', and 'cp' 
  377.   changed to 'copyFile'. New versions of 'cp', 'rm', and 'mv' written in 
  378.   Tcl in "shell.tcl".
  379. • Alpha now checks to see if the disk copy of a file has changed before 
  380.   saving.
  381. • 'Command-.' now gets out of infinite Tcl loops. DOESN'T CONSUME EVENT!
  382. • Incremental search now aborts if a key event matches a binding. This 
  383.   means that you can't search for 'ƒ' if you have a binding for option-f.
  384. • Fileset handling moved to a separate file ("filesets.tcl") and 
  385.   changed considerably. Added "Dump Fileset…" command.
  386. • Added "think.tcl" file that contains much code making dealing w/ 
  387.   Think 6.0 easier.
  388. • Arrow-key bindings now conform to Human Interface Standards (blech).
  389. • Auto-horizontal scrolling is back.
  390. • All of Alpha's commands can now be viewed via the "Help:Alpha Commands" 
  391.   menu item.
  392. • Changed control-z to a prefix char, bound all the window functions in 
  393.   AlphaBits.tcl.
  394.  
  395.  
  396. =============================================================================
  397. = 5.31 2-13-93
  398. =============================================================================
  399. • 'icon' no longer calls NewCWindow...sigh.
  400. • Added '-q' (query) option to "icon" command, used new option to 
  401.   remember which windows were already iconified when switching to other 
  402.   applications.
  403. • Alpha now opens files read-only if they have been check out that way 
  404.   from MPW's Projector.
  405. • LaTeX greek submenu split into two.
  406. • Another 'dosc' problem fixed. Now '\n's are changed into '\r's both 
  407.   coming and going.
  408. • "$HOME:Tcl:UserCode:createStuffItArchive.tcl" contains examples of 
  409.   controlling Stuffit Deluxe via Alpha's 'dosc' command.
  410.  
  411.  
  412.  
  413. =============================================================================
  414. = 5.3 2-8-93
  415. =============================================================================
  416. • XTCL handling fixed up. Two examples in Think C provided. Type "xtclcmd 
  417.   sounds init" in the shell to try one out.
  418. • Stationary documents have the correct name inserted in the window menu.
  419. • New tools/scripts provided by Tom Moertel (thor@vivaldi.psu.edu) to 
  420.   ease compilation and 411 use. The package is available via anonymous 
  421.   ftp from cs.rice.edu.
  422.  
  423. =============================================================================
  424. = 5.3.b3 2-1-93
  425. =============================================================================
  426. • Multiple windows of same name handled better.
  427. • Multiple-line Tcl script events handled better.
  428. • We no longer quit when a file is moved from underneath us. 
  429. • Dirty iconified files are no longer quietly thrown away on a quit...
  430. • Added new '-r' option to 'dosc'.
  431. • Keyboard macro dump now conforms to 5.3 syntax.
  432. • Many other misc changes.
  433.  
  434. =============================================================================
  435. = 5.3.b2 1-21-93
  436. =============================================================================
  437. • Iconized windows now open on double-clicks, can be dragged on first 
  438.   click even if they weren't the active window.
  439. • Fixed fileopen bug that sometime occurred when files had been saved 
  440.   scrolled further forward than necessitated by the screen.
  441. • Added " <n>" string to duplicate window names. This number extension is 
  442.   both returned by Alpha window routines and accepted by them. However, 
  443.   it is not accepted by other routines, such as "edit", etc. For this, 
  444.   you should use the full pathname and strip off any number extension 
  445.   yourself.
  446. • Fixed nonsense w/ full names and the window menu.
  447. • Read-only files work a bit better.
  448. • Added menu and window documentation.
  449.  
  450. =============================================================================
  451. = 5.3.b1 1-20-93
  452. =============================================================================
  453. • Changed directory structure, .tcl files now in a subdirectory.
  454. • Added 'icon' command to iconify windows.
  455. • Added pattern library for searches.
  456. • Added 'getMainDevice' routine and redid the tile routines to use 
  457.   'tileWidth' and 'tileHeight'. 
  458. • Added 'matchingLines' proc, put in "Convert menu.
  459. • 'Execute' no longer does func completion w/ spaces, but completion is 
  460.   still done w/ tab characters. Freeing up the space key means arguments 
  461.   can be passed to the command (although the status bar may not be wide 
  462.   enough to display them).
  463. • Menu syntax changed yet again, broadened considerably.
  464. • Syntax for 'hiliteMenuItem' changed, 'markMenuItem' added. 
  465. • Added procs 'addMenuItem' and 'deleteMenuItem'. Adding and removing 
  466.   window names from the 'Wins' menu now handled in Tcl.
  467. • Changed iterpretation of return value of proc specified by menu 
  468.   definition. 
  469. • 'saveasHook' added. See docs.
  470. • 'nextLine' and 'previousLine' finally try to stay in the same column 
  471.   when repeatedly applied, even over intervening short lines!
  472. • Added 'getTMarks' routine.
  473. • Removed 'setFSet' routine.
  474. • Changed 'hiliteMenuItem' to 'enableMenuItem'.
  475. • Changed variable structure. Alpha variables are gone, as are the 
  476.   functions 'getVar' and 'setVar'. Tcl variables can now be set to 
  477.   "shadow" Alpha variables via 'shadowVar'. See docs.
  478. • 'search' syntax enhanced.
  479. • Option combinations can now be targets of incremental searches.
  480. • Trailing ellipses in menu items are now stripped off before looking for 
  481.   the function to execution.
  482. • Rearranged 'Utils' and 'Misc' menus, added 'debugTclProc' and 
  483.   'debugOff' routines to 'Utils' menu. 
  484. • Added slow 'wordCount' proc to "Utils:File Utils" menu.
  485. • '-l' option to 'addMenuItem' allows meta characters to be used 
  486.   literally in menu item text.
  487. • Menu callback routines now have the menu item text parsed back from 
  488.   menu form before it is passed to them.
  489. • fixed 'addFileSet' tcl proc.
  490. • Added 'watchCursor' routine.
  491. • Fixed bug in menu creation that incorrectly bad menu definitions.
  492.   
  493. =============================================================================
  494. = 5.2.1 11-19-92
  495. =============================================================================
  496.  
  497. • 'electricCRight' tcl proc now more consistent.
  498. • The Tcl proc 'matchIt' now properly ignores escaped brackets, such as 
  499.   '\}', '\{' etc. 
  500. • Alpha is now stationary-aware, and can create stationary pads as well.
  501. • The "mode" box next to the horizontal scrollbar now contains a popup 
  502.   menu that allows changing of modes. The Tcl variable 'modes' and the 
  503.   Tcl function 'newMode' must be defined in order for this to work 
  504.   (procs.tcl).
  505. • The '.tex' mode now sets the word break variables to possibly include a 
  506.   leading backslash.
  507. • Fixed 'paraStart' and 'paraFinish' to handle lines w/ non-null white 
  508.   space. 
  509. • The displayed row number now degrades gracefully when we hit 5 digits.
  510. • All window tiling routines now use 'defHeight' and 'defWidth'.
  511. • 'useTempMem' var now 'tempMem'.
  512. • Backward word routine now much faster. However, I needed to add another 
  513.   variable, 'wordBreakPreface'. See the help file.
  514. • Special characters used by the Mac's menu routines are now filtered to 
  515.   periods.
  516. • Fixed 'rowColToPos' and 'posToRowCol'.
  517. • Added functions 'backwardWordSelect' and 'forwardWordSelect'.
  518. • Changed arrow-key editing combinations. See "Default Key Bindings" help 
  519.   file. 
  520. • Many minor other changes to the tcl files.
  521.  
  522. =============================================================================
  523. = 5.2 11-11-92
  524. =============================================================================
  525. • Because of popular appeal, "Print Registration" and "Help..." have 
  526.   been removed from the Apple Menu.
  527. • 'latex.tcl' now supports the option of also requiring the control key 
  528.   for latex bindings, leaving option combination for those who use 
  529.   'optionIsMeta' (see Docs).
  530.  
  531. =============================================================================
  532. = 5.15 11-1-92
  533. =============================================================================
  534. • Changed 'prevFunc' and 'nextFunc' tcl procs to use 'funcExpr', so they 
  535.   now work in all modes. Bound them to keypad '1' and '3'.
  536. • 'cutNamedClipboard' no longer deletes text until the user says "OK". 
  537.   'pasteNamedClipboard' now gives a default selection.
  538. • Routines that take a '-w' argument now take full pathnames (as provided 
  539.   by 'winNames -f') as well.
  540. • All 'procs.tcl' routines that use 'winNames' now use 'winNames -f'.
  541. • Replacement display bug fixed.
  542.  
  543. =============================================================================
  544. = 5.14 11-1-92
  545. =============================================================================
  546. • Fixed 'revert' bug.
  547. • Changed 'insertPrefix' and 'insertSuffix' to use 'replaceText'.
  548. • Changed key binding handling so that key equivalents of menus are never 
  549.   matched if any modifier other than command is present.
  550. • Changed latex bindings, so that they all include both control and option. 
  551. • Added 'movePoint' and 'selReplace' procs in 'latex.tcl', added their 
  552.   use to macros. Also added some additional latex macros.
  553. • Put an ungodly hack back in the 'methodMenu' so that in the case of 
  554.   'section', 'subsection', 'subsubsection' etc, the items are properly 
  555.   indented.
  556. • Changed 'emphasize' to include '\/'.
  557. • Added window name option to 'lookAt'.
  558. • 'winNames' takes a '-f' argument that tells Alpha to return complete 
  559.   pathnames instead of just file names.
  560.  
  561. =============================================================================
  562. = 5.13 10-25-92
  563. =============================================================================
  564. • In prior versions, selecting new fileSets from the 'Find...' dialog 
  565.   eventually caused a crash. I incorrectly blamed this on my routine 
  566.   which created a new fileset on the fly. This bug has now been fixed.
  567. • Added '-f' option to 'launch'.
  568. • 'sortLines' is now non-recursive.
  569.  
  570. =============================================================================
  571. = 5.12 10-24-92
  572. =============================================================================
  573. • Added 'wordBreak' variable which allows customization of the definition 
  574.   of a word.
  575. • Regularized the syntax of 'bind' somewhat; keycode bindings work again.
  576. • In 5.11, the shell didn't execute commands in the global context.
  577.   therefore 'set' commands, for instance, didn't work correctly. This has 
  578.   been fixed.
  579. • Wrote a 'sortLines' proc (look in 'procs.tcl') and in the "Convert" menu.
  580. • "Temporary mark" bug fixed.
  581.  
  582. =============================================================================
  583. = 5.11 10-13-92
  584. =============================================================================
  585. • Changed 'edit' and 'fileMenu' syntax. I apologise for this, especially 
  586.   for 'fileMenu', but there were compelling reasons...
  587. • Cleaned up 'listBindings'.
  588. • Added 'ascii' form of bindings.
  589. • Support for MPW shell via ToolServer and AppleEvents (look at the 
  590.   'Misc' menu.
  591. • Fixed bug in handling 'dosc' responses.
  592. • Added Tcl access to search and replace strings.
  593. • There is no longer a 256 key binding limit.
  594. • Cleaned up keyboard macros a bit. Searching while recording a keyboard 
  595.   macro now compiles settings directly into the macro.
  596. • 'getPathName' is now 'insertPathName'.
  597. • New function 'getPathName' returns selected pathname.
  598.   
  599. =============================================================================
  600. = 5.1 10-10-92
  601. =============================================================================
  602. • 'sortRange' is now gone.
  603. • Assorted fixes and minor changes to routines in 'procs.tcl' and 
  604.   'AlphaBits.tcl.
  605. • The 'dumpMacro' routine is back.
  606. • The 'describeBinding' is back.
  607. • Print margins are changeable.
  608. • Locked files handled better.
  609. • Added function 'rowColToPos' and 'posToRowCol'.
  610. • Added function 'launchApp'.
  611. • Added the ability to re-execute previous shell commands by positioning 
  612.   the cursor on a previous commandline and hitting the return key.
  613. • Added 'dosc' call that allows scripts to be send to a remote server 
  614.   (such as Apple's ToolServer or another copy of Alpha), executed, and 
  615.   the result returned. 
  616. • Alpha now handles both 'typeChar' and 'typeAlias' forms of the 'dosc' 
  617.   Apple Event and so can now be used as a server.
  618.   
  619. =============================================================================
  620. = 5.05 9-5-92
  621. =============================================================================
  622. • Fixed routines in "procs.tcl" so that the correct menu item is hilighted.
  623. • The fonts and tabs dialog now has the default size filled in.
  624. • Key bindings can now be associated with a specific mode.
  625. • Support for arbitrary control-character prefixes has been added. As 
  626.   part of this, *modifier strings must be all lowercase, except for the 
  627.   control-character prefixes*.
  628. • Cosmetic fix to 'changeMode' proc.
  629. • 'fileMenu's now correctly work as heirarchical menus.
  630.  
  631. =============================================================================
  632. = 5.04 9-1-92
  633. =============================================================================
  634. • The 5.03 distribution had a bad fileset in procs.tcl. Also, the find 
  635.   routine didn't check for bad filesets, so...
  636. • Support for the C-x prefix has been dropped.
  637.  
  638. =============================================================================
  639. = 5.03 8-28-92
  640. =============================================================================
  641. • Added popup menus in SaveAs dialog.
  642. • Allow window size, position, selection to be saved.
  643. • Changed fileMenus to include a home directory and read-only flag.
  644. • Removed "Open directly" menu since the help menu now serves the same 
  645.   purpose. 
  646. • Removed procs that opened up individual help files
  647.  
  648. =============================================================================
  649. = 5.02 8-22-92
  650. =============================================================================
  651. • Got rid of 'prefixChar' and thus key bindings in the style of emacs's 
  652.   c-x c-s.
  653. • Minor indentation fix to 'carriageReturn' tcl proc.
  654. • Fixed 'prevWIndow' proc.
  655. • Fixed popup menu hilighting, as well as the lack of default choices.
  656. • Added Alpha var 'funcPar' back, so tex section menu works again.
  657. • Added func 'addFileset' to provide a way of creating filesets on the 
  658.   fly. Be careful w/ this, as it does somehow cause a bomb if used often.
  659.  
  660.  
  661. =============================================================================
  662. = 5.01 8-20-92
  663. =============================================================================
  664. • Fixed bombs in initialization (looking for menu that no longer exists), 
  665.   and in the search routine.
  666. • All dialogs that use popup menus now conform to HIS.
  667. • Switched command equivalents for "File:Open Selection" and "Edit:Redo" 
  668.   back to their old values.
  669. • The first and last characters in files can now be searched for.
  670.